home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 256
- Top = 312
- BorderStyle = bsToolWindow
- Caption = 'N!Ps Crackme Delphi #1'
- ClientHeight = 130
- ClientWidth = 353
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 8
- Width = 353
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = 'gERMAN cORRUTPED kILLaS'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 0
- Top = 24
- Width = 353
- Height = 12
- Alignment = taCenter
- AutoSize = False
- Caption = 'N!P'#39's Crackme Delphi #1'
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 0
- Top = 40
- Width = 353
- Height = 65
- end
- object Label3: TLabel
- Left = 8
- Top = 56
- Width = 122
- Height = 13
- Caption = 'Name (or something else):'
- end
- object Label4: TLabel
- Left = 8
- Top = 80
- Width = 21
- Height = 13
- Caption = 'Key:'
- end
- object Label5: TLabel
- Left = 48
- Top = 112
- Width = 193
- Height = 14
- Alignment = taRightJustify
- AutoSize = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object BitBtn1: TBitBtn
- Left = 272
- Top = 112
- Width = 81
- Height = 17
- Caption = 'Give up!'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object Edit1: TEdit
- Left = 152
- Top = 56
- Width = 193
- Height = 21
- TabOrder = 1
- end
- object Edit2: TEdit
- Left = 152
- Top = 80
- Width = 193
- Height = 21
- TabOrder = 2
- end
- object Timer1: TTimer
- Interval = 100
- OnTimer = Timer1Timer
- Left = 320
- Top = 8
- end
- object Timer2: TTimer
- Interval = 100
- OnTimer = Timer2Timer
- Left = 288
- Top = 8
- end
- end
-